home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / Sessions / Completions / Completions Source / Configuration / ShowDebugMessage.h < prev   
Encoding:
Text File  |  1998-06-17  |  207 b   |  16 lines  |  [TEXT/CWIE]

  1. // ShowDebugMessage.h
  2.  
  3. #ifndef ShowDebugMessage_h
  4. #define ShowDebugMessage_h
  5.  
  6. #ifndef __MACTYPES__
  7. #include <MacTypes.h>
  8. #endif
  9.  
  10. inline void DebugMessage::Show()
  11.   {
  12.     DebugStr( PascalString() );
  13.   }
  14.  
  15. #endif
  16.